home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Help / SMIL / style / spec.css < prev    next >
Cascading Style Sheet File  |  2001-07-15  |  4KB  |  236 lines

  1. /* Style sheet for SMIL BOSTON specification */
  2. /* ------------------------------------------*/
  3.  
  4.  
  5.     
  6. /* -----------------------------*/
  7. /* SMIL editors specific style  */
  8. /* -----------------------------*/
  9.  
  10. .workitem, .ednote
  11.          { 
  12.         color: red; 
  13.         font-style: italic;
  14.               }
  15.  
  16. DIV.ignore  { 
  17.         width: 100%;
  18.             border: solid rgb(255,165,0); /* orange */ 
  19.         }
  20. .delete, S, DEL   
  21.         { 
  22.         color: red; 
  23.         border: 1px solid black; 
  24.         text-decoration: line-through;
  25.             }
  26. U, INS     {
  27.         text-decoration: underline; 
  28.         background: #bfa;
  29.         }
  30. SUP         {
  31.            vertical-align: super;
  32.             font-size: 80%;
  33.         }
  34. .highlight     {background: yellow; 
  35.         }
  36. .note     {   
  37.          color: green;
  38.            font-style: italic;
  39.             margin-left: 1em;
  40.         }    
  41. .edef-list {
  42.   border: solid brown;
  43.   border-width: 2px;
  44.   background-color: rgb(204,204,255);
  45.   padding: 0.5em;
  46. }
  47. .content, .datatype
  48.          { 
  49.         font-family: mono; 
  50.         font-weight: bold;
  51.             font-size: 80%;
  52.         }
  53.  
  54. .alpha     { 
  55.         list-style-type: upper-alpha; 
  56.               }
  57. .einst, .edef     {
  58.           color: #A52A2A;
  59.              font-weight: bold;
  60.           font-size: 95%;
  61.              }
  62. .ainst    , .adef     {
  63.              color: gray;
  64.              font-weight: bold;
  65.              font-size: 95%;
  66.              }
  67. .propinst , .propdef            {
  68.              color: green;
  69.              font-weight: bold;
  70.              font-size: 90%;
  71.              }
  72. .avalue, .propvalue 
  73.              {
  74.              color: black;
  75.        font-family: monospace; 
  76.              font-weight: bold;
  77.              font-size: 90%;
  78.              }
  79. .adef-list, .aref-list, .propdef-list
  80.              {
  81.       margin-left: 2em;
  82.       margin-top: 1em;
  83.             margin-bottom: 1em;
  84.            }
  85.  
  86. .SMIL-TermDefine 
  87.              {
  88.         font-weight: bold;
  89.        }
  90. .xml-example, .example, CODE 
  91.             { 
  92.              color: maroon;
  93.           font-family: monospace; 
  94.              }
  95. .dtd-fragment, schema-fragment 
  96.             {
  97.        width: 100%;
  98.              border: none;
  99.              white-space: pre;
  100.              font-family: monospace; 
  101.              background-color: #eee;
  102.         }
  103. P.caption, CAPTION 
  104.         {
  105.             text-align: center;
  106.            font-style: italic;
  107.            font-weight: bold;
  108.            font-size: 90%;
  109.           color: #088;
  110.            margin: 1.5em 25% 0 25%;
  111.         }
  112. .figure     {  
  113.         text-align: left;
  114.         font-family: sans-serif;
  115.                font-style: italic;
  116.         font-weight: bold; 
  117.         }
  118. .normref       { color: red; 
  119.         }
  120. .informref     { color: green; 
  121.         }
  122.  
  123.  
  124.  
  125. /* -------------------------*/
  126. /* Specific DOM spec style  */
  127. /* -------------------------*/
  128.  
  129. .DOMInterface 
  130.         {
  131.             font-weight: bold;
  132.         }
  133. .dom-attr-name 
  134.         {
  135.             color: black;
  136.             background-color: #FFFFD2;
  137.         }    
  138. .dom-method-name 
  139.         {
  140.             color: black;
  141.             background-color: #D9E6F8;
  142.         }
  143. .dom-parameter-name 
  144.         {
  145.             margin-top: 1%;
  146.             background-color: #FEE6F8; 
  147.             color: black;
  148.         }
  149. .idl-code     { 
  150.           margin: 0;
  151.           font-family: monospace;
  152.         border: 1px solid black;
  153.         white-space: pre;
  154.         color: black; 
  155.         background-color: #dfdfdf;
  156.         }
  157.  
  158. /* General SMIL BOSTON spec style  */
  159.  
  160. BODY         {
  161.             color: black;
  162.             font-family: helvetica, sans-serif;
  163.             background: white;
  164.             margin: 2em;
  165.         }
  166. H2, H3, H4, H5, H6 
  167.         {
  168.             text-align: left;
  169.         }
  170. H1         {
  171.             clear: left;
  172.             margin-top: 2em;
  173.             text-align: center;
  174.         }
  175. PRE         {
  176.             margin-left: 2em;
  177.             color: #004400;
  178.             font-family: monospace;
  179.             font-size: 80%;
  180.         }
  181. ADDRESS     {
  182.             text-align: right;
  183.             font-style: italic;
  184.         }    
  185. VAR         {font-style: normal;
  186.         }
  187. IMG         {border: 0;
  188.         }
  189. .toc         {text-indent: 0;   
  190.         }
  191. .toc2     {text-indent: 2em; 
  192.         }        
  193. .toc3        {text-indent: 4em;
  194.           }
  195. P.toc-line     {
  196.             margin-top: 1em;
  197.             margin-bottom: 1em;
  198.             text-indent: 0;
  199.         }
  200.  
  201. DT        {margin-top: 2em;
  202.         }
  203.  
  204. DIV.propdef TH 
  205.         { text-align: right; 
  206.         }
  207. DIV.descdef TH 
  208.         { text-align: right; 
  209.         }
  210. UL.toc, OL.toc
  211.         {list-style: none;
  212.         }
  213. DIV.toc UL UL, DIV.toc OL OL 
  214.         {margin-left: 0;
  215.         }
  216. DIV.toc UL UL UL, DIV.toc OL OL OL 
  217.         {margin-left: 1em
  218.         }
  219. DIV.toc UL UL UL UL, DIV.toc OL OL OL OL 
  220.         {margin-left: 0
  221.         }
  222. DIV.toc, UL.index, DT 
  223.         {text-align: left;
  224.         }    
  225. LI.tocline1 {font-weight: bold
  226.         }
  227. LI.tocline2 {font-weight: normal
  228.         }
  229. LI.tocline4 {font-style: italic
  230.         }
  231. UL.index     {list-style: none
  232.         }
  233. /* -------------------------*/
  234. /* To be removed            */
  235. /* -------------------------*/
  236.